Class ConfigModelException
Inheritance
ConfigModelException
Assembly: Mastersign.ConfigModel.dll
Syntax
[Serializable]
public abstract class ConfigModelException : Exception, ISerializable
Constructors
ConfigModelException(SerializationInfo, StreamingContext)
Declaration
protected ConfigModelException(SerializationInfo info, StreamingContext context)
Parameters
ConfigModelException(string)
Declaration
protected ConfigModelException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
ConfigModelException(string, Exception)
Declaration
protected ConfigModelException(string message, Exception innerException)
Parameters
Implements