[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: PubSubMgr (PubSubMgr)
Base constructor to create a new PubSubException
Namespace: Microsoft.WebSolutionsPlatform.Event.PubSubManager
Assembly: PubSubMgr (PubSubMgr)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
C# |
---|
public PubSubException ( string message, Exception innerException ) |
C++ |
---|
public: PubSubException ( String^ message, Exception^ innerException ) |
Parameters
- message (System.String)
- The error message that explains the reason for the exception.
- innerException (System.Exception)
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.