Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Mar 19, 2011
2 parents 8e1a48e + c1c1580 commit 4943d70
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified lib/eventstore-bin/.NET 3.5/EventStore.Serialization.Json.dll
Binary file not shown.
Binary file modified lib/eventstore-bin/.NET 3.5/EventStore.dll
Binary file not shown.
Binary file modified lib/eventstore-bin/.NET 3.5/EventStore.pdb
Binary file not shown.
30 changes: 30 additions & 0 deletions lib/eventstore-bin/.NET 3.5/EventStore.xml
Expand Up @@ -34,6 +34,36 @@
<param name="info">The SerializationInfo that holds the serialized object data of the exception being thrown.</param>
<param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
</member>
<member name="T:EventStore.Persistence.StorageOfflineException">
<summary>
Indicates that the underlying persistence medium is unavailable or offline.
</summary>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor(System.String)">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The message that is the cause of the current exception.</param>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
<param name="info">The SerializationInfo that holds the serialized object data of the exception being thrown.</param>
<param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
</member>
<member name="T:EventStore.StreamNotFoundException">
<summary>
Represents an attempt to commit the same information more than once.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified lib/eventstore-bin/.NET 4.0/EventStore.Serialization.Json.dll
Binary file not shown.
Binary file modified lib/eventstore-bin/.NET 4.0/EventStore.dll
Binary file not shown.
Binary file modified lib/eventstore-bin/.NET 4.0/EventStore.pdb
Binary file not shown.
30 changes: 30 additions & 0 deletions lib/eventstore-bin/.NET 4.0/EventStore.xml
Expand Up @@ -34,6 +34,36 @@
<param name="info">The SerializationInfo that holds the serialized object data of the exception being thrown.</param>
<param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
</member>
<member name="T:EventStore.Persistence.StorageOfflineException">
<summary>
Indicates that the underlying persistence medium is unavailable or offline.
</summary>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor(System.String)">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
<param name="message">The message that describes the error.</param>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
<param name="message">The message that describes the error.</param>
<param name="innerException">The message that is the cause of the current exception.</param>
</member>
<member name="M:EventStore.Persistence.StorageOfflineException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the StorageOfflineException class.
</summary>
<param name="info">The SerializationInfo that holds the serialized object data of the exception being thrown.</param>
<param name="context">The StreamingContext that contains contextual information about the source or destination.</param>
</member>
<member name="T:EventStore.StreamNotFoundException">
<summary>
Represents an attempt to commit the same information more than once.
Expand Down

0 comments on commit 4943d70

Please sign in to comment.