Table of Contents

Class SslConversionException

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The CENTREL.XIA.Configuration.Types.SslConversionException class is an exception that is raised when a certificate is converted.

public class SslConversionException : Exception, ISerializable, _Exception
Inheritance
SslConversionException
Implements
Inherited Members

Constructors

SslConversionException()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SslConversionException class.

public SslConversionException()

SslConversionException(SerializationInfo, StreamingContext)

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SslConversionException class with serialized data.

protected SslConversionException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

SslConversionException(string)

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SslConversionException class with the specified error message.

public SslConversionException(string message)

Parameters

message string

The error message for the exception.

SslConversionException(string, Exception)

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SslConversionException class.

public SslConversionException(string message, Exception inner)

Parameters

message string

The error message for the exception.

inner Exception

The inner exception.