Ilumnis Authentication

InvalidMiddleNameException Constructor

Constructs invalid middle name exception with no description.

Overload List

Constructs invalid middle name exception with no description.

public InvalidMiddleNameException();

Deserializing constructor.

public InvalidMiddleNameException(SerializationInfo,StreamingContext);

Constructs invalid middle name exception with descriptive message.

public InvalidMiddleNameException(string);

Constructs wrapper invalid middle name exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.

public InvalidMiddleNameException(string,Exception);

See Also

InvalidMiddleNameException Class | IExSys.Authentication.Exceptions Namespace