Click or drag to resize

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
)

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