Share via


ResultNotFoundException Constructors

Definition

Overloads

ResultNotFoundException()

Creates a ResultNotFoundException

ResultNotFoundException(String)

Creates a ResultNotFoundException from a message

ResultNotFoundException(SerializationInfo, StreamingContext)

Creates a ResultNotFoundException from a serialization context

ResultNotFoundException(String, Exception)

Creates a ResultNotFoundException from a message and exception

ResultNotFoundException()

Creates a ResultNotFoundException

public ResultNotFoundException ();
Public Sub New ()

Applies to

ResultNotFoundException(String)

Creates a ResultNotFoundException from a message

public ResultNotFoundException (string message);
new Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract.ResultNotFoundException : string -> Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract.ResultNotFoundException
Public Sub New (message As String)

Parameters

message
String

Applies to

ResultNotFoundException(SerializationInfo, StreamingContext)

Creates a ResultNotFoundException from a serialization context

protected ResultNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract.ResultNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract.ResultNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

ResultNotFoundException(String, Exception)

Creates a ResultNotFoundException from a message and exception

public ResultNotFoundException (string message, Exception exception);
new Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract.ResultNotFoundException : string * Exception -> Microsoft.PowerShell.Commands.StringManipulation.FlashExtractWrapper.FlashExtract.ResultNotFoundException
Public Sub New (message As String, exception As Exception)

Parameters

message
String
exception
Exception

Applies to