ParseException(String, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ParseException.

public:
 ParseException(System::String ^ message, int position);
public ParseException (string message, int position);
new System.Web.Query.Dynamic.ParseException : string * int -> System.Web.Query.Dynamic.ParseException
Public Sub New (message As String, position As Integer)

Parametry

message
String

Komunikat z opisem błędu.

position
Int32

Lokalizacja błędu.

Dotyczy