C# Класс Achamenes.ID3.NoFrameWriterProvidedException

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

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

Метод Описание
NoFrameWriterProvidedException ( Frames frame, ID3v2MajorVersion version ) : System

Initializes a new instance of NoFrameWriterProvidedException.

NoFrameWriterProvidedException ( Frames frame, ID3v2MajorVersion version, string message ) : System

Initializes a new instance of NoFrameWriterProvidedException.

NoFrameWriterProvidedException ( Frames frame, ID3v2MajorVersion version, string message, Exception inner ) : System

Initializes a new instance of NoFrameWriterProvidedException.

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

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

Creates a new instance of FrameParsingException.

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

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

Initializes a new instance of NoFrameWriterProvidedException.
public NoFrameWriterProvidedException ( Frames frame, ID3v2MajorVersion version ) : System
frame Frames The frame that did not support the write operation.
version ID3v2MajorVersion The ID3 v2 major version of the tag in which the frame was to be written.
Результат System

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

Initializes a new instance of NoFrameWriterProvidedException.
public NoFrameWriterProvidedException ( Frames frame, ID3v2MajorVersion version, string message ) : System
frame Frames The frame that did not support the write operation.
version ID3v2MajorVersion The ID3 v2 major version of the tag in which the frame was to be written.
message string The error message that explains the reason for the exception.
Результат System

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

Initializes a new instance of NoFrameWriterProvidedException.
public NoFrameWriterProvidedException ( Frames frame, ID3v2MajorVersion version, string message, Exception inner ) : System
frame Frames The frame that did not support the write operation.
version ID3v2MajorVersion The ID3 v2 major version of the tag in which the frame was to be written.
message string The error message that explains the reason for the exception.
inner System.Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Результат System

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

Creates a new instance of FrameParsingException.
protected NoFrameWriterProvidedException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
Результат System