Component Read Only Exception Constructor
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.1.0
Overload List
| Component | Constructs a new ComponentReadOnlyException. |
| Component | Constructs a new ComponentReadOnlyException. |
| 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(String, Exception)
Constructs a new ComponentReadOnlyException.
public ComponentReadOnlyException(
string message,
Exception innerException
)