C# Class net.openstack.Core.Exceptions.CidrFormatException

Inheritance: FormatException
Mostrar archivo Open project: ONLYOFFICE/AppServer

Public Methods

Method Description
CidrFormatException ( ) : System

Initializes a new instance of the CidrFormatException class.

CidrFormatException ( string message ) : System

Initializes a new instance of the CidrFormatException class with the specified error message.

Protected Methods

Method Description
CidrFormatException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CidrFormatException class with serialized data.

Method Details

CidrFormatException() public method

Initializes a new instance of the CidrFormatException class.
public CidrFormatException ( ) : System
return System

CidrFormatException() protected method

Initializes a new instance of the CidrFormatException class with serialized data.
If is .
protected CidrFormatException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
return System

CidrFormatException() public method

Initializes a new instance of the CidrFormatException class with the specified error message.
public CidrFormatException ( string message ) : System
message string The message that describes the error.
return System