C# Класс ProjectManagement.ProjectCreationFailedException

Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

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

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

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