C# Класс System.Runtime.InteropServices.SafeArrayTypeMismatchException

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

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

Метод Описание
SafeArrayTypeMismatchException ( ) : System
SafeArrayTypeMismatchException ( string message ) : System
SafeArrayTypeMismatchException ( string message, Exception inner ) : System

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

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

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

SafeArrayTypeMismatchException() публичный Метод

public SafeArrayTypeMismatchException ( ) : System
Результат System

SafeArrayTypeMismatchException() защищенный Метод

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

SafeArrayTypeMismatchException() публичный Метод

public SafeArrayTypeMismatchException ( string message ) : System
message string
Результат System

SafeArrayTypeMismatchException() публичный Метод

public SafeArrayTypeMismatchException ( string message, Exception inner ) : System
message string
inner Exception
Результат System