C# Класс System.ArrayTypeMismatchException

Наследование: SystemException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ArrayTypeMismatchException ( ) : System.Runtime.InteropServices
ArrayTypeMismatchException ( string message ) : System.Runtime.InteropServices
ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices

Защищенные методы

Метод Описание
ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Описание методов

ArrayTypeMismatchException() публичный метод

public ArrayTypeMismatchException ( ) : System.Runtime.InteropServices
Результат System.Runtime.InteropServices

ArrayTypeMismatchException() защищенный метод

protected ArrayTypeMismatchException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Результат System.Runtime.InteropServices

ArrayTypeMismatchException() публичный метод

public ArrayTypeMismatchException ( string message ) : System.Runtime.InteropServices
message string
Результат System.Runtime.InteropServices

ArrayTypeMismatchException() публичный метод

public ArrayTypeMismatchException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
Результат System.Runtime.InteropServices