Click or drag to resize

ExceptionsHelperGetSaml2HandlerException Method (String, Type, String, Exception)

[Missing <summary> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetSaml2HandlerException(System.String,System.Type,System.String,System.Exception)"]

Namespace:  Casewhere.Common.Exceptions
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Exception GetSaml2HandlerException(
	string message,
	Type type,
	string method,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetSaml2HandlerException(System.String,System.Type,System.String,System.Exception)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetSaml2HandlerException(System.String,System.Type,System.String,System.Exception)"]

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetSaml2HandlerException(System.String,System.Type,System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetSaml2HandlerException(System.String,System.Type,System.String,System.Exception)"]

Return Value

Type: Exception

[Missing <returns> documentation for "M:Casewhere.Common.Exceptions.ExceptionsHelper.GetSaml2HandlerException(System.String,System.Type,System.String,System.Exception)"]

See Also