Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal action As PublishAction, _ ByVal level As PublishExceptionLevel, _ ByVal exception As Exception _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim action As PublishAction Dim level As PublishExceptionLevel Dim exception As Exception Dim instance As New PublishException(action, level, exception) |
C# | |
---|---|
public PublishException( PublishAction action, PublishExceptionLevel level, Exception exception ) |
C++/CLI | |
---|---|
public: PublishException( PublishAction action, PublishExceptionLevel level, Exception^ exception ) |
Parameters
- action
- The action.
- level
- The level.
- exception
- The exception.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2