ReferenceLocationNotFoundException(string) constructor¶
Defined in
Type: ReferenceLocationNotFoundException
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Applies to
netstandard2.0
Overloads¶
- 1.
public ReferenceLocationNotFoundException(string message) - 2.
public ReferenceLocationNotFoundException(string message, Exception innerException) - 3.
public ReferenceLocationNotFoundException() - 4.
protected ReferenceLocationNotFoundException(SerializationInfo info, StreamingContext context)
1. Overload¶
public ReferenceLocationNotFoundException(string message)
Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.
Parameters
| Name | Type | Description |
|---|---|---|
message | string | The error message. |
2. Overload¶
public ReferenceLocationNotFoundException(string message, Exception innerException)
Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.
Parameters
| Name | Type | Description |
|---|---|---|
message | string | The error message. |
innerException | Exception | A inner exception with more error details. |
3. Overload¶
public ReferenceLocationNotFoundException()
Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.
4. Overload¶
protected ReferenceLocationNotFoundException(SerializationInfo info, StreamingContext context)
Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.
Parameters
| Name | Type | Description |
|---|---|---|
info | SerializationInfo | The serialization information. |
context | StreamingContext | The serialization context. |