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
SerializationInfoThe System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe 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
stringThe 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)