C# Класс Smrf.NodeXL.Adapters.SaveGraphException

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

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

Метод Описание
SaveGraphException ( String message ) : System

Initializes a new instance of the SaveGraphException class.

Приватные методы

Метод Описание
AssertValid ( ) : void

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

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

Initializes a new instance of the SaveGraphException class.
public SaveGraphException ( String message ) : System
message String /// Error message, suitable for displaying to the user. ///
Результат System