EventBrokerException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventBrokerException() | |
EventBrokerException(String) | |
EventBrokerException(SerializationInfo, StreamingContext) | |
EventBrokerException(String, Exception) |
EventBrokerException()
public:
EventBrokerException();
public EventBrokerException ();
Public Sub New ()
Applies to
EventBrokerException(String)
public:
EventBrokerException(System::String ^ message);
public EventBrokerException (string message);
new Microsoft.Practices.CompositeUI.EventBroker.EventBrokerException : string -> Microsoft.Practices.CompositeUI.EventBroker.EventBrokerException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
EventBrokerException(SerializationInfo, StreamingContext)
protected:
EventBrokerException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected EventBrokerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.EventBroker.EventBrokerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.EventBroker.EventBrokerException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
EventBrokerException(String, Exception)
public:
EventBrokerException(System::String ^ message, Exception ^ innerException);
public EventBrokerException (string message, Exception innerException);
new Microsoft.Practices.CompositeUI.EventBroker.EventBrokerException : string * Exception -> Microsoft.Practices.CompositeUI.EventBroker.EventBrokerException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception