Component Read Only Exception Constructor
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
Overload List
Component | Constructs a new ComponentReadOnlyException. |
Component | Constructs a new ComponentReadOnlyException. |
Component |
Initializes a new instance of the
ComponentReadOnlyException class with serialized
data. Obsolete. |
Component | Constructs a new ComponentReadOnlyException. |
ComponentReadOnlyException
Constructs a new ComponentReadOnlyException.
public ComponentReadOnlyException()
ComponentReadOnlyException(String)
Constructs a new ComponentReadOnlyException.
public ComponentReadOnlyException(
string message
)
Parameters
- message String
- The error message that explains the reason for the exception.
ComponentReadOnlyException(SerializationInfo, StreamingContext)
Initializes a new instance of the
ComponentReadOnlyException class with serialized
data.
[ObsoleteAttribute(DiagnosticId = "SYSLIB0051")]
protected ComponentReadOnlyException(
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo SerializationInfo
- The object that holds the serialized object data.
- streamingContext StreamingContext
- The contextual information about the source or destination.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
ComponentReadOnlyException(String, Exception)
Constructs a new ComponentReadOnlyException.
public ComponentReadOnlyException(
string message,
Exception innerException
)