Achamenes.ID3.NoFrameWriterProvidedException.NoFrameWriterProvidedException C# (CSharp) Метод

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
        public NoFrameWriterProvidedException(Frames.Frame frame, ID3v2MajorVersion version)
        {
            this._frame=frame;
            this._version=version;
        }

Same methods

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