| DataDispatchException Constructor (String, Exception) |
Create new dispatch exception with specified message caused by innerException
Namespace:
SanteDB.Core.Exceptions
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public DataDispatchException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
DataDispatchException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> DataDispatchException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:SanteDB.Core.Exceptions.DataDispatchException.#ctor(System.String,System.Exception)"]
- innerException
- Type: SystemException
[Missing <param name="innerException"/> documentation for "M:SanteDB.Core.Exceptions.DataDispatchException.#ctor(System.String,System.Exception)"]
See Also