Skip to content

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)

View source

Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.

Parameters

NameTypeDescription
messagestringThe error message.

2. Overload

public ReferenceLocationNotFoundException(string message, Exception innerException)

View source

Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.

Parameters

NameTypeDescription
messagestringThe error message.
innerExceptionExceptionA inner exception with more error details.

3. Overload

public ReferenceLocationNotFoundException()

View source

Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.

4. Overload

protected ReferenceLocationNotFoundException(SerializationInfo info, StreamingContext context)

View source

Summary: Initializes a new instance of the ReferenceLocationNotFoundException class.

Parameters

NameTypeDescription
infoSerializationInfoThe serialization information.
contextStreamingContextThe serialization context.